*{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
ul,li{
    margin-bottom: 0px ;
}
.mt5{
    margin-top: 50px !important;
}
.mb5{
    margin-bottom: 50px !important;
}
.pt5{
    padding-top: 50px !important;
}
.pb5{
    padding-bottom: 50px !important;
}

/* 页面banner S */
.page-banner {
    position: relative;
}

.page-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background: rgba(0, 0, 0, 0.2); */
}

.page-banner .page-tits {
    width: 100%;
}

.page-tit-txt .cn {
    color: #fff;
    font-size: 24px;
}

.page-tit-txt .cn span {
    font-weight: bolder;
}

.page-tit-txt .en {
    color: #fff;
    font-size: 40px;
    /* text-transform: uppercase; */
    font-weight: bolder;
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    

    .page-tit-txt .en {
        color: #fff;
        font-size: 30px;
    }

    .page-tit-txt .cn {
        font-size: 22px;
    }
}

@media (max-width: 540px) {
    .child-header {
        position: relative !important;
        top: 0px !important;
    }

    .page-tit-txt .en {
        color: #fff;
        font-size: 18px;
    }

    .page-tit-txt .cn {
        font-size: 16px;
    }

   
}

/* 页面banner E */

/* 面包屑 S */
    .container{    
        max-width: 1400px;
        overflow: hidden;
        margin: auto;
    }

.page-nav{
    position: relative;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px;
    overflow: hidden;
}
.page-nav-left{
    float: left;
    overflow: hidden;
}

.page-nav-left li{
    float: left;
    padding: 24px 40px;
}
.page-nav-left a{
    float: left;
}
.page-nav-left li.on{
    background: #f6ab00;
    color: #fff;
}

@media (max-width: 768px) {
    .page-nav {
        font-size: 14px;
    }
    .body-con img{
        width: 100% !important;
        height: auto !important;
    }
}
.page-nav-right{
    float: right;
    overflow: hidden;
}
.page-nav-right li{
    float: left;
    padding: 23px 0px;
}

@media (max-width: 1550px) {
    .page-nav-left li{
        padding: 15px 20px;
        font-size: 14px;
    }
    .page-nav-right li{
        padding: 13px 0px;
        font-size: 14px;
    }
    
}
@media (max-width: 630px) {
    
    .page-nav-right {
        display: none;
    }
}
@media (max-width: 400px) {
    .page-nav-left li{
        padding: 10px 10px;
        font-size: 12px;
    }
}
/* 面包屑 E */

/* page-body S */
.body-container{
    width: 1400px;
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden;
}
@media (max-width: 1550px) {
    .body-container{
        width:80%;
    }
}
@media (max-width: 1400px) {
    .body-container{
        width: 90%;
    }
}
.body-title{
    font-size: 38px;
    color: #70ac1d;
    text-align: center;
    margin: 40px 0px 60px;
}
@media (max-width: 630px) {
    
    .body-title{
        font-size: 24px;
    }
}
.body-con{
    overflow: hidden;
}
.body-con p{
    line-height: 31px;
    padding-bottom: 20px;
}
.body-con-l{
    float: left;
    margin-right: 40px;
}
.body-con-l img{
    width: 100%;
    margin-bottom: 15px;
}
.body-con-r{
    line-height: 36px;
    text-align: justify;
}
@media (max-width: 1400px) {
    .body-con-l{
       display: none;
    }
}
.body-img{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.body-img img{
    width: 31%;
    float: left;
    margin: 0px 1%;
}
@media (max-width: 600px) {
    .body-img img{
        width: 100%;
        margin: 20px auto;
    }
}
/* page-body E */

/* 服务项目 S */

.fwxm-con{
    border: solid 1px #ccc;
    margin-bottom: 60px;
    cursor: pointer;
}
.fwxm-con:hover h1,.fwxm-con:hover p{
    color: #70ac1d;
}
.fwxm-con img{
    width: 100%;
    transition: all 1s;
}
.fwxm h1{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0px;
    padding: 0 30px 0;
}
.fwxm-con hr{
    width: 50px;
    padding: 3px;
    background: #70ac1d;
    margin: 0 auto 20px;
    opacity: 1;
    border: none;
}
.fwxm p{
    padding: 0 30px 0px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

/* 服务项目 E */

/* 联系我们 S */
.lx-card{
    position: absolute;
    right: 6%;
    top: 16%;
    width: 40%;
    background: #70ac1e;
    opacity: 0.8;
    padding: 50px;
    color: #FFF;
}
.lx-card h1{
    font-size: 24px;
}
.lx-card hr{
    padding: 2px;
    width: 70px;
    background: #fffa7c;
    opacity: 1;
    border: none;
    margin: 20px 0px;
}
.lx-card p{
    font-size: 18px;
    line-height: 36px;
}
.yaodian{
    overflow: hidden;
}
.yaodian li{
    float: left;
    margin-top: 20px;;
}
.yaodian li .yaodianbg{
    background: #fffcf4;
    padding: 50px 40px;
}
.yaodian li .yaodianbg h1{
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}
.yaodian li .yaodianbg p{
    line-height: 36px;
}
@media (max-width: 950px) {
    .lx-card{
        display: none;
    }
}
/* 联系我们 E */

/* 招聘信息 */

.fldy-bot{
    width: 100%;
    margin: auto;
    border: solid 1px #cccccc;
}
@media (max-width: 1550px){
    .fldy-bot{
        width: 90%;
    }
}
.jrwmbottit{
    float: left;
    width: 20%;
    text-align: center;
}
.jrwmbottit:first-child{
    font-size: 20px;
    font-weight: 600;
}
.jrwmbottit:first-child p{
    float: right;
    margin-right: 30%;
    font-size: 40px;
    line-height: 20px;
    font-weight: 100;
}
.accordion {
    width: 100%;
    background: #FFF;
    padding: 0;
}

.accordion .link {
   cursor: pointer;
   display: block;
   padding: 21px 0;
   color: #666666;
   font-size: 18px;
   position: relative;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   overflow: hidden;
   padding-left: 75px;
   border-bottom: solid 1px #ccc;
}
.accordion .link .row{
    margin-right: 44px;
}
.accordion li:last-child .link {
   border-bottom: 0;
}

.accordion li .fa-chevron-down {
   position: absolute;
   top: 0px;
   left: 12px;
   color: #595959;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
    font-size: 40px;
    line-height: 58px;
    margin-right: 30px;
    text-align: center;
    color: #71ac1e;
}

.accordion li .fa-chevron-down {
    width: 44px;
    height: 100%;
   right: 0px;
   left: auto;
   background-size: 100% 100% !important;
}
.rlbiaotou{
   padding-left: 75px;
   background: url("../images/renlibg.jpg") no-repeat;
   background-size: 100% 100%;
   cursor: pointer;
   display: block;
   padding: 21px 0;
   color: #666666;
   font-size: 18px;
   position: relative;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   overflow: hidden;
   border-bottom: solid 1px #ccc;
   width: 100%;
   margin: 0;
}
.rlbiaotou{
    padding-right: 44px;
    padding-left: 70px;

}
.rlbiaotou .jrwmbottit{
    width: 20%;
    text-align: center;
    color: #fff;
}
.accordion li.open .link {
   color: #595959;
   background: #f9f9f9;
   padding-left: 75px;
   background-size: 100% 100%;
   
}

.accordion li.open .fa-chevron-down {
   color: #71ac1e;
}

@media (max-width: 1550px){
    .accordion li.open .link{
        padding-left: 20px;
    }
    
}
/**
* Submenu
-----------------------------*/
.submenu {
    display: none;
    background: #fff;
    padding: 25px 75px 55px;
    border-bottom: solid 1px #ccc;
    background: #fffcf4;
    line-height: 30px;
}
.open .submenu{
    display: block;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #e2171d;
    color: #FFF;
}
@media (max-width: 1550px){
    .submenu{
        padding: 20px 20px 20px 20px;
        line-height: 30px;
    }
    .accordion .link{
        padding-left:20px;
    }
    .fldy .fldy-top ul li{
        padding: 20px 30px
    }
    .fldy-title {
        padding: 20px 0;
        font-size: 24px;
    }
    .fldy .fldy-top ul li div span{
        font-size: 1.2rem;
    }
    .fldy .fldy-top ul li div{
        font-size: 1.2rem;
    }
}

.fldy-bot:first-child p {
    float: right;
    margin-right: 30%;
    font-size: 40px;
    line-height: 20px;
    font-weight: 100;
}

.jrwmbottit:first-child {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
@media screen and (max-width: 1100px) {
    .jrwmbottit:first-child p{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .jrwmbottit{
        font-size: 16px;
    }
    .jrwmbottit:first-child{
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    .jrwmbot .col-sm-3{
        width: 100%;
    }
    
}

@media (max-width: 1550px){
    .rlbiaotou {
        padding-left: 20px;
    }
}
@media (max-width: 850px){
    .rlbiaotou .jrwmbottit:first-child{
        width: 90%;
    }
    .rlbiaotou .jrwmbottit{
        width: 50%;
        text-align: left;
    }
    .jrwmbottit:first-child{
        width: 90%;
        margin-bottom: 10px;
    }
    .jrwmbottit{
        width: 50%;
        text-align: left;
        font-size: 14px;
    }
    .submenu{
        font-size: 14px;
    }
    .page-nav-right{
        display: none;
    }
}


/* news */
.newslist{
    overflow: hidden;
    margin-bottom: 40px;
}
.newslist img{
    max-width: 100%;
}
.newslist ul li{
    float: left;
}
.newslist ul li h1{
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: 4rem;
}
.newslist ul li h1 a{
    font-size: 22px;
}
.newslist ul li h1 a:hover{
    color: #72ad20;
}
.newslist ul li p{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    max-height: 90px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.newslist ul{
    border-bottom: solid 1px #ccc;
    padding: 40px 0;
}
.newslist ul li .more{
    overflow: hidden;
    line-height: 50px;
}
.newslist ul li .more div{
    color: #72ad20;
    float: left;
    margin-right: 20px;
}
.newslist ul li .more a{
    color: #f6ab00;
}

@media (max-width: 1400px){
    .newslist ul li h1 {
        font-size: 16px;
        line-height: 2rem;
    }
    .newslist ul li p{
        font-size: 14px;
    }
    .newslist ul li .more{
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 1100px){
    .newslist .col-md-3{
        display: none;
    }
    .newslist .col-md-9{
        width: 100%;
    }
}



/* 药店分布 */
.listcard{
    overflow: hidden;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    border-radius: 3px;
    border-bottom: solid 2px #fff;
}
.listcard img{
    width: 100%;
    height: auto;
    transition: all 1s;

}
.product .listcard{
    padding: 0;
}
.product .listcard .pro-bot{
    padding: 0px 30px 20px;
    overflow: hidden;
}

.product .listcard:hover img{
    transition: all 1s;
    transform: scale(1.2 );
}

.product .listcard .pro-top{width:100%;height: auto;overflow: hidden;}

.product .listcard .pro-bot h1{
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 576px){
    .product .listcard .pro-top{
        height:auto;
    }
}

@media (max-width: 576px){
    .listcard img{
        width: 100%;
        height:auto;
    }
}
.listcard .listtime{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
.listcard .listtitle{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
    font-weight: 600;
}
.listcard p{
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listcard .more-bg{
    float: right;
    margin-top: 17px;
    position: relative;
}
.listcard .more-bg .more-yuan{
    border: solid 2px #bbbbbbb0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 0px;
}
.listcard  .more-bg i{
    color: #8d8d8db0;
    margin-right: 4px;
}
.conbg{
    background: #f1f2f3;
    overflow: hidden;
}

.listcard:hover{
    cursor: pointer;
    background: #77c24a;
}
.listcard:hover .pro-bot h1{
    color: #fff;
}
.listcard:hover .pro-bot p{
    color: #fff;
}


.bigimg{max-width:90%;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff; background: #000;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.bigbox{overflow: hidden;padding-top: 10px;}
.yyal .col-md-4{margin-bottom: 0px;}
.bigbox>.imgbox>div>img{width:100%;height: auto;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.imgbox{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}

/* 分页 */
.listpage{
    text-align: center;
}
.listpage a,.listpage b{
    padding: 6px 10px;
    background: #f3f3f3;
    font-weight: 400;
}
.listpage b{
    color: #77c24a;
}
.listpage a:first-child{
    background: none;
    padding: 6px 0;
}
.listpage a:first-child b{
    background: none;
    padding: 6px 0;
    color: #000;
}

/* 荣誉   */
.bigimg{max-width:90%;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.bigbox{overflow: hidden;padding-top: 10px;}
.bigbox>.imgbox div{box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 3px;}
.bigbox>.imgbox>div>img{width:100%;height: 300px;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.imgbox p{

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}
